VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



EASIEST Registry Read \ Write For Beginners : NO API

by !nnovation Software (4 Submissions)
Category: Registry
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (15 Votes)

If you are one of those people who have been programming for 6 yrs and vote poor for every code that's not useful to you, THIS CODE IS NOT FOR YOU. It is intended for use by begginers only, and allows them to have simple registry read \ write. I REPEAT : THIS CODE IS FOR BEGGINERS ONLY.

Rate EASIEST Registry Read \ Write For Beginners : NO API

SaveSetting "Folder Name", "Sub-Folder Name" , "Key Name" , "Key Value"   
' Writes to the registry under HKEY_CURRENT_USER,VB AND VBA PROGRAM SETTINGS. (then your folder) This is good for keeping track of runtimes, user settings, ect..
GetSetting "Folder Name", "Sub-Folder Name", "Key"
' Retrives the value of the KEY specified in the code. So, if KEY's value was 5, then it would return a value of 5.

Download this snippet    Add to My Saved Code

EASIEST Registry Read \ Write For Beginners : NO API Comments

No comments have been posted about EASIEST Registry Read \ Write For Beginners : NO API. Why not be the first to post a comment about EASIEST Registry Read \ Write For Beginners : NO API.

Post your comment

Subject:
Message:
0/1000 characters